home *** CD-ROM | disk | FTP | other *** search
/ Popular Request / By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO / amiga2 / jpgnd100.lha / JPEGonDCTV.doc < prev   
Text File  |  1994-03-02  |  3KB  |  85 lines

  1.  
  2.     JPEGonDCTV version 1.01, copyright 1994 by Nicolas Dade
  3.  
  4. What is it?
  5.  
  6. It's a jpeg viewer that can display both color and greyscale
  7. jpegs using the DCTV display device.
  8.  
  9.  
  10. Why this one?
  11.  
  12. o It's faster than VT or FastJPEG: for a 640x480 jpeg:
  13.     JPEGonDCTV     1:07 for color, 4plane interlaced (the usual case)
  14.     JPEGonDCTV     0:31 for greyscale, 3 plane non-interlaced (a quick fullsize)
  15.     JPEGonDCTV     0:08 for color preview, 3 plane non-interlaced (a small peek)
  16.     FastJPEG1.00 1:35
  17.     VT1.05     3:10
  18.   (times measured on 7.14Mhz 68010 machine w/ ample fastram)
  19. o It has a preview mode (that doesn't need thumbnail images)
  20. o It handles true greyscale jpegs too.
  21. o It outputs directly to the DCTV display, which is a lot prettier than
  22.   lores interlaced ham6.
  23. o The aspect ratio of the image and the aspect ratio of the display mode
  24.   are obeyed: no more tall faces and oval circles! (Both VT and FastJPEG
  25.   neglect this completely)
  26. o It sanity-checks much more of the jpeg file than VT and FastJPEG do.
  27.  
  28.  
  29. What do I need?
  30.  
  31. o a DCTV display box.
  32. o the dctv.library. This came with your DCTV unless you have an early
  33.   version. If not, or of you want the newest version, it's available on
  34.   aminet.
  35. o Some jpeg images. :)
  36.  
  37.  
  38. Details: (also available by entering `JPEGonDCTV ?' in a CLI,
  39.       and entering a second `?' at the `:' prompt)
  40.  
  41. the template is:
  42.  
  43. FILE/A, GREYSCALE=QUICK/S, PREVIEW/S, NOFILTER/S, OVERSCAN/K,
  44. 3PLANES/S, NOLACE/S, ASPECT/K, BEHIND/S, SAVEAS, VERBOSE/S:
  45.  
  46. where
  47.  
  48. FILE=jpeg picture to display.
  49. GREYSCALE or QUICK=display the image in greyscale (which saves time
  50.       because the color data doesn't have to be decoded).
  51. PREVIEW=display tiny image.
  52. NOFILTER=do not apply dctv filter to image.
  53. OVERSCAN=the size of the screen in which to display the picture.
  54.      Choose from [NOM|TXT|GFX|MAX|VID]. The default is TXT.
  55. 3PLANES=use 3 bitplanes instead of 4.
  56. NOLACE=use a non-interlaced display instead of an interlaced one
  57. ASPECT=x/y overriding the aspect ratio stored in the jpeg
  58. BEHIND=load the image in a screen behind others, and then pop it
  59.        to front once it's loaded.
  60. SAVEAS= BUGGY, USE WITH CAUTION!
  61. VERBOSE=print comments inbedded in the file to stdout.
  62.  
  63. so to display the file pic.jpg you could use
  64.  
  65.  JPEGonDCTV pic.jpg
  66.  
  67. to display a preview picture of pic.jpg using a non-interlaced,
  68. 3-bitplane screen in order to save memory, you would use
  69.  
  70.  JPEGonDCTV pic.jpg PREVIEW NOLACE 3PLANES
  71.  
  72. At the moment SAVEAS seems to have a bug in it---use a screen
  73. grabber instead unless you like to see the guru once in a while.
  74.  
  75.  
  76. For the moment JPEGonDCTV is CLI only, and one image per
  77. invocation only. Both these restrictions are straitforward to
  78. lift, but I've been caught up with other things so long that this
  79. code has been sitting idle for a whole month now. So I'm dubbing
  80. this version 1.00 and getting it `out there'.
  81.  
  82.  
  83. Nicolas Dade / n9rzb / nicolas-dade@uiuc.edu
  84.  
  85.